.hidden-mobile-1 {
  background: rgb(240, 241, 247);
}
.header_top {
  background-color: #245399;
  padding: 16px;
}
.top-bar {
  margin-bottom: 10px;
}
.header_top .top-bar a {
  color: #fff;
  font-size: 14px;
}
.guohui-mobile-container {
  display: flex;
  justify-content: center;
}
.guohui-mobile {
  width: 42px;
  height: 42px;
  display: none;
}
.seprator {
  color: #fff;
  display: inline-block;
  height: 5px;
}
.silder .silder_page li.current {
  background: #245399;
  color: #fff;
}
.fit-container {
  width: auto;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 10px;
}
/* .fit-md {
  max-width: 1440px;
} */

.p-std {
  padding: 16px;
  box-sizing: border-box;
}

.mb-std {
  margin-bottom: 16px;
}
.oneline-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.twoline-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.zhengwu-links {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
.zhengwu-links > li {
  width: 50%;
  margin-bottom: 12px;
  list-style-image: url(../../images/2024/icon-list_blue.png);
  list-style-position: inside;
  /* padding-left: 20px; */
  box-sizing: border-box;
  /* border-left: 1px solid #245399; */
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
}
.zhengwu-links > li:nth-child(3n + 1) {
  border-left: none;
}
.zhengwu-links > li::marker {
  width: 16px;
  height: 19px;
  display: inline-block;
}
.zhengwu-links > li > a {
  vertical-align: top;
  color: #3d3d3d;
  white-space: nowrap;
  width: 90%;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhengwu-links > li > a:hover {
  color: #245399;
}

.zhengwu-service > li > a {
  display: flex;
  background: #245399;
  height: 89px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zhengwu-service > li > a > img {
  margin-bottom: 8px;
  width: 34px;
}
.zhengwu-service > li > a > span {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 1280px) {
  .p-std {
    padding: 16px;
  }
}

@media (min-width: 1536px) {
  .p-std {
    padding: 20px;
  }
}

/**
**   Flex
*/
.flex {
  display: flex !important;
  flex-wrap: wrap;
}
.flex-nowrap {
  display: flex !important;
}
.flex-none {
  flex: none;
  overflow: hidden;
}
.justify-between {
  justify-content: space-between;
}
.flex-1 {
  flex: 1 1 0%;
}
.h-full {
  height: 100%;
  box-sizing: border-box;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}
.fit-row {
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}

.fit-col {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.border {
  border: 1px solid #333;
}
.border-red {
  border: 1px solid red;
}
.guo-hui {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bar-gh {
  display: none;
}
.logo-mobile {
  display: block;
  height: 44px;
  margin-right: 5px;
}
.page-title {
  height: 15px;
}
/**
* Width
*/
.w-1\/2 {
  width: 100%;
}

.w-1\/3 {
  width: 33.33%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.mobile-w-full {
  width: 100%;
}
/**
*  Color
*/
.bg-white {
  background-color: #fff;
  border-radius: 8px;
}

.lang {
  display: inline-block;
}
.dropdown {
  position: relative;
}
.dropdown-text {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
.dropdown-content {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 80px;
  margin-left: -40px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 99;
}
.dropdown-content.active {
  display: block;
  opacity: 1;
}
.dropdown-content li {
  height: 32px;
  line-height: 32px;
}
.seprator {
  margin: 0 8px;
}

/**
*/
.x-tab {
  /* border: 1px solid #000; */
}

.x-tab-item {
  border: 4px solid #245399;
  background-color: #245399;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 16px;
  padding: 6px 8px;
  box-sizing: border-box;
  font-weight: bold;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
  cursor: pointer;
}
.x-tab-item:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.x-tab-item:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.x-tab-item.on {
  background-color: #fff;
  color: #245399 !important;
}
.x-tab-item a {
  color: rgba(255, 255, 255, 0.6);
}
.x-tab-item.on a {
  color: #245399;
}

.more-link {
  cursor: pointer;
}
.more-link:hover {
  color: #245399;
}

.share {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  width: 100%;
  height: 90px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.share:last-child {
  margin-bottom: 0;
}

.share-icon {
  width: 36px;
  height: 36px;
  margin-right: 17px;
}

.share-icon img {
  display: block;
  width: 100%;
}
.share-title {
  font-weight: 500;
  color: #3d3d3d;
}

.section-title {
  display: flex;
  align-items: center;
}

.section-title__icon {
  width: 32px;
  height: 20px;
  margin-right: 8px;
}
.section-title__text {
  font-size: 20px;
  color: #245399;
  font-weight: bold;
}
.zhengwu-service-2 .w-1\/4 {
  width: 50%;
}

.zhengwu-service-2 li a {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  background-color: rgba(36, 83, 150, 0.1);
  color: #3d3d3d;
  font-weight: bold;
  border-radius: 8px;
  padding: 12px 8px;
  height: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}

.zhengwu-service-2 li a img:first-child {
  margin-right: 5px;
}
.zhengwu-service-2 li a img:last-child {
  margin-left: 5px;
}
.zhengwu-service-2 li a span {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.zhengwu-service-2 li a img {
  width: 28px;
  height: 28px;
}
.zheng-min-hu-dong__links-container {
  margin-bottom: 24px;
}

.zheng-min-hu-dong__links li a {
  display: flex;
  background: rgba(36, 83, 150, 0.1);
  border-radius: 8px;
  padding: 20px 16px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.zheng-min-hu-dong__links li a > img {
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
}
.zheng-min-hu-dong__links li a > span {
  font-size: 14px;
}

.zheng-min-hu-dong__links-2 li a {
  display: flex;
  background: rgba(36, 83, 150, 0.1);
  border-radius: 8px;
  padding: 10px;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zheng-min-hu-dong__links-2 li a > img {
  width: 36px;
  height: 36px;
  margin-right: 0;
  margin-bottom: 8px;
}
.zheng-min-hu-dong__links-2 li a > span {
  font-size: 14px;
}
.zheng-min-hu-dong__links-3 {
  padding: 0 10px;
}
.zheng-min-hu-dong__links-3 li a {
  display: flex;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}

.zheng-min-hu-dong__links-3 li a > img {
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
}
.zheng-min-hu-dong__links-3 li a > span {
  font-size: 14px;
}

.section-links {
  margin-top: 48px;
  width: 100%;
  background: #245399;
}
.section-links .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.section-links .tabs li {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid transparent;
  padding: 10px 5px;
}
.section-links .tabs li:hover {
  cursor: pointer;
}
.section-links .tabs li:first-child {
  margin-right: 20%;
}
.section-links .tabs li.active {
  color: rgba(255, 255, 255, 1);
  border-bottom: 2px solid #fff;
}

.tab-content {
  position: relative;
  transition: all 0.3s ease;
}
.tab-item {
  background: #245399;
  z-index: 100;
  /* width: 100%; */
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.tab-item.active {
  top: 0;
}
.tab-content ul {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 20px; */
}
.tab-content ul li {
  width: 50%;
  margin-bottom: 16px;
}
.tab-content > ul > li > a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.Box_con .btn {
  background-color: #245399 !important;
  width: 40px;
  height: 114px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.Box_con .btn img {
  width: 10px;
  height: 16px;
}
/* .yuanqu_right_txt {
  padding: 10px;
} */

.conbox {
  width: calc(100% - 80px);
  box-sizing: border-box;
  margin: 0 40px;
}

.new-footer {
  background-color: #e9edf4;
  padding: 32px 0px;
}

.toolbar-1 {
  display: flex;
}

.toolbar-1 li {
  margin-right: 8px;
  border-left: 1px solid #245399;
}

.toolbar-1 li a span {
  color: #245399;
  padding-left: 8px;
}
.toolbar-1 li:first-child > a > span {
  padding-left: 0;
}
.toolbar-1 li:first-child {
  border-left: none;
}

/* 滚动 */
.swiper-image {
  /* width: 404px; */
  width: 300px !important;;
  height: 114px !important;;
  border-radius: 6px;
}

.zmhd-content p {
  line-height: 36px;
}
.my-one {
  display: flex;
}
.yuanqu_tupian {
  width: 50%;
  box-sizing: border-box;
}
.yuanqu_tupian img {
  border-radius: 6px;
}
.yuanqu_tupian:first-child {
  padding-right: 10px;
}

.yuanqu_tupian:last-child {
  padding-left: 10px;
}
.logo-30 {
  display: none;
  position: absolute;
  right: 3vw;
  bottom: -60px;
  width: 320px;
  height: 320px;
  z-index: 0;
}
.banner-image {
  width: 100%;
  /* margin-bottom: 20px; */
  height: auto;
}
.hengfu .callbacks {
  position: relative;
  display: flex;
}
.hengfu .callbacks li {
  width: 100%;
}
.hengfu {
  padding: 15px 0 0;
  width: 100%;
  /* height: 200px; */
  border-radius: 6px;
  box-sizing: border-box;
}

.hengfu img {
  border-radius: 6px;
}
.callbacks1_on {
  width: 100%;
}
.my_news_one,
.my_news_two,
.my_news_four,
.my_news_six {
  line-height: 23px;
}

.x-search input[type='text'] {
  background-color: transparent;
}
.x-search .button {
  width: 50px;
  height: 30px;
  border: 1px solid #000;
}
.mobile-hidden {
  display: none;
}
.share-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-link a {
  color: #3d3d3d;
  transition: all 0.3s ease;
}
.x-link a:hover {
  color: #245399;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.x-date {
  color: #3d3d3d;
}
.yuanqu_left {
  margin-bottom: 20px;
}
.yuanqu_center {
  display: flex;
}
.yuanqu_center.w-1\/4 {
  width: 100%;
}
.share {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.share-icon {
  margin-right: 0;
  margin-bottom: 10px;
}
.share {
  margin-right: 20px;
}
.share:last-child {
  margin-right: 0;
}
.tu-shu-yuan-qu__img {
  width: 164px;
  height: 104px;
}
.my_zw_one,
.my_zw_two,
.my_zw_three {
  line-height: 32px;
}
.zhengwu-service-container {
  margin-bottom: 20px;
}
.hidden-sm {
  display: none;
}
.web-info p {
  font-size: 14px;
  line-height: 1.8em;
}
.silder .silder_list li {
  height: 100%!important;
}
.carousel-image {
  height: 100%!important;
}
.zuo_zwweixin {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 30px;
  z-index: 999;
  top: -30px;
}
.bei-an-list span {
  margin-right: 10px;
}
img.mobile {
  display: none;
}
img.pc {
  display: block;
}
.search-entry {
  display: none;
}
.search-area {
  display: flex;
  align-items: center;
  z-index: 99;
}
.search-entry-close {
  display: none;
  width: 20px;
  height: 20px;
}
body.useOldFixed .news_left {
  margin-bottom: 20px;
}
body.useOldFixed .news_1 {
  height: auto;
  margin-bottom: 20px;
}
.news_1 {
  height: 421px;
  margin-bottom: 20px;
}
body.useOldFixed .yuanqu_center {
  margin-top: 20px;
  margin-left: 1px;
  display: flex;
  align-items: center;
}
body.useOldFixed .yuanqu_center .myone{
  display: flex;
}
body.useOldFixed .yuanqu_center .wx-wz {
  height: auto;
}
body.useOldFixed .yuanqu_center .share:last-child {
  margin-bottom: 20px;
}
body.useOldFixed .yuanqu_right {
  padding-bottom: 16px;
}
body.useOldFixed .yuanqu_right_l p {
  height: auto;
  line-height: 2;
}
body.useOldFixed .my_zw_one p{
  height: auto;
  line-height: 2;
}
body.useOldFixed .w-1\/3:not(.skipAutoFix) {
  width: 33.33%!important;
}
body.useOldFixed .w-1\/4:not(.skipAutoFix) {
  width: 25%!important;
}
body.useOldFixed .zhengwu-service-2 .w-1\/4:not(.skipAutoFix) {
  width: 50%!important;
}
body.useOldFixed .yuanqu_center.w-1\/4:not(.skipAutoFix) {
  width: 100%!important;
}
body.useOldFixed .topic-list:not(.skipAutoFix) {
  margin-bottom: 20px!important;
}
body.useOldFixed .Box_con .btn img:not(.skipAutoFix),
body.useOldFixed .zhengwu-service-2 li a img:not(.skipAutoFix),
body.useOldFixed .zheng-min-hu-dong__links li a > img:not(.skipAutoFix),
body.useOldFixed .zheng-min-hu-dong__links-2 li a > img:not(.skipAutoFix),
body.useOldFixed .zheng-min-hu-dong__links-3 li a > img:not(.skipAutoFix) {
  width: auto
}
@media (max-width: 1024px) {
  .news_1 {
    height: auto;
  }
  .zhengwu-service-2 li:first-child {
    margin-bottom: 20px;
  }
  .zhengwu-service-2 li:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .guohui-mobile {
    display: block;
  }
  .silder .silder_page li.current {
    background: #245399;
    color: #fff;
  }
  .news_1 {
    height: auto;
  }
  .Box_con .btn {
    width: 25px !important;
    height: 48px !important;
    line-height: 48px !important;
    border-radius: 3px;
    text-align: center;
  }
  .Box .Box_con {
    position: relative;
  }
  .Box .Box_con .btn {
    position: absolute;
  }
  .search-entry-close.active {
    display: block;
  }
  .search-area.active {
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
  }
  .search-area .search-bar {
    margin: 0 !important;
  }
  .search-entry {
    display: block;
  }
  .seprator {
    margin: 0 3px;
  }
  .gundong {
    margin: 12px 0;
  }
  .swiper-image {
    width: 143px !important;;
    height: 48px !important;;
    border-radius: 4px;
  }
  .topic-list .w-1\/5 {
    width: 50%;
  }
  .topic-list .w-1\/5 img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .topic-list .w-1\/5:last-child {
    width: 100%;
  }
  .topic-list .w-1\/5:last-child img {
    width: 100%;
  }
  .section-links {
    margin-top: 0;
  }
  img.mobile {
    display: block;
  }
  img.pc {
    display: none;
  }
  .zuo_zwweixin {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 10px;
    z-index: 999;
    top: -30px;
  }
  .zuo_zwweixin div {
    margin-top: 0;
  }
  .p-std {
    padding: 12px;
  }
  .more-link {
    font-size: 14px;
  }
  .news_right {
    padding: 12px !important;
  }
  .x-tab-item {
    font-size: 14px;
    border: 2px solid #245399;
    padding: 4px 6px;
  }
  .x-date {
    font-size: 14px;
  }
  .x-tab-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .x-tab-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .my_news_one,
  .my_news_two,
  .my_news_four,
  .my_news_six {
    line-height: 32px;
    margin-top: 10px;
  }
  .news_right {
    margin-top: 20px;
    padding: 16px;
  }
  #slider {
    margin-bottom: 20px;
  }
  .banner-image {
    height: auto;
  }
  .navbar-container {
    display: flex;
    align-items: center;
  }

  .home-active-mobile {
    flex: none;
    display: block;
    width: 72px;
    height: 72px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e8c276;
    border-bottom: 2px solid #e8c276;
    margin-right: 20px;
  }
  .bei-an-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .bei-an-list span {
    margin-bottom: 6px;
  }
  .bei-an-list span img {
    vertical-align: bottom;
  }
  .header_top .fit-container {
    padding: 0;
  }
  .search-bar {
    display: none;
  }
  .search-bar.active {
    display: block;
  }
  .tu-shu-yuan-qu__img {
    width: 100%;
    height: 137px;
    object-fit: contain;
  }
}
@media (min-width: 768px) {
  .carousel-image {
    height: 360px;
  }
  .logo-30 {
    display: block;
    right: 1vw;
    bottom: -10px;
    width: 200px;
    height: 200px;
  }

  .header_top {
    padding: 0;
  }
  .guo-hui {
    width: 96px;
    height: 96px;
  }
  .page-title {
    height: 35px;
  }
  .top-bar-gh {
    display: block;
  }
  .logo-mobile {
    display: none;
  }
  .tab-content ul li {
    width: 25%;
    margin-bottom: 20px;
  }
  .hidden-sm {
    display: block;
  }
  .zheng-min-hu-dong__links-2 li a {
    padding: 16px;
  }
  .zheng-min-hu-dong__links-3 {
    padding: 0 20px;
  }
  .zheng-min-hu-dong__links-3 li a {
    padding: 12px;
  }
  .zhengwu-links > li {
    width: 33.33%;
  }
  .zheng-min-hu-dong__links li a > span {
    font-size: 16px;
  }
  .zheng-min-hu-dong__links li a {
    flex-direction: row;
    margin-right: 6px;
  }
  .zheng-min-hu-dong__links li a > img {
    margin-bottom: 0;
  }
  .fit-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .pc-hidden {
    display: none;
  }
  .tab-content > ul > li > a {
    font-size: 16px;
  }
  .zhengwu-service-container {
    margin-bottom: 0;
  }
  .zheng-min-hu-dong__links-3 {
    padding: 0 0;
  }
  .x-link {
  }
  .zhengwu-service-2 .w-1\/4 {
    width: 25%;
  }
  .fit-container {
    padding: 0 10px;
  }
  .mobile-hidden {
    display: block;
  }
  .yuanqu_left {
    margin-bottom: 0;
  }
  .yuanqu_center {
    display: block;
  }
  .mobile-w-full {
    width: auto;
  }
  .tu-shu-yuan-qu__img {
    width: 321px;
    height: 137px;
    object-fit: contain;
  }
  .w-1\/2 {
    width: 50%;
  }

  .w-1\/3 {
    width: 33.33%;
  }

  .w-1\/4 {
    width: 25%;
  }

  .w-3\/4 {
    width: 75%;
  }

  .w-1\/5 {
    width: 20%;
  }

  .logo-30 {
    right: 1vw;
    bottom: -10px;
    width: 200px;
    height: 200px;
  }
  .share {
    height: 85px;
    flex-direction: row;
  }
  .share-title {
    font-size: 14px;
  }
  .share-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .zheng-min-hu-dong__links li a > img {
    width: 36px;
    height: 36px;
  }
  .zheng-min-hu-dong__links li a > span {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .p-std {
    padding: 18px;
  }
  .fit-container {
    max-width: 1220px;
  }
  .logo-30 {
    right: 1vw;
    bottom: -24px;
    width: 240px;
    height: 240px;
  }
}
@media (min-width: 1366px) {
  .x-tab-item {
    border: 4px solid #245399;
    font-size: 16px;
    padding: 8px 16px;
  }
  .fit-container {
    max-width: 1300px;
  }
}
@media (min-width: 1440px) {
  .x-tab-item {
    border: 4px solid #245399;
    font-size: 16px;
    padding: 8px 16px;
  }
  .fit-container {
    max-width: 1400px;
  }
}
@media (min-width: 1536px) {
  .fit-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .fit-col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fit-md {
    max-width: 1400px;
  }
  .fit-container {
    max-width: 1400px;
  }

  .share-title {
    font-size: 16px;
  }
  .logo-30 {
    right: 3vw;
    bottom: -40px;
    width: 280px;
    height: 280px;
  }

  .p-std {
    padding: 20px;
  }
  .x-tab-item {
    border: 4px solid #245399;
    font-size: 18px;
    padding: 11px 24px;
  }
  .share {
    height: 90px;
  }
  .zhengwu-links {
    margin-top: 40px;
  }
  .zhengwu-links > li {
    margin-bottom: 13px;
  }
  .zheng-min-hu-dong__links li a > img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }
  .zheng-min-hu-dong__links li a > span {
    font-size: 18px;
  }
  .zheng-min-hu-dong__links-2 li a > img {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }
  .zheng-min-hu-dong__links-2 li a > span {
    font-size: 16px;
  }

  .zheng-min-hu-dong__links-3 li a {
    padding: 12px 16px;
  }
  .zheng-min-hu-dong__links-3 li a > img {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }
  .zheng-min-hu-dong__links-3 li a > span {
    font-size: 16px;
  }
  .zhengwu-service > li > a {
    height: 108px;
  }
  .zhengwu-service > li > a > img {
    margin-bottom: 12px;
    width: 40px;
  }
  .zhengwu-service > li > a > span {
    color: #fff;
    font-size: 20px;
  }
  .zhengwu-service-2 li a img:first-child {
    margin-right: 8px;
  }
  .zhengwu-service-2 li a img:last-child {
    margin-left: 8px;
  }
  .zhengwu-service-2 li a {
    padding: 16px 12px;
  }
  .zhengwu-service-2 li a span {
    font-size: 16px;
    font-weight: bold;
  }

  .zhengwu-service-2 li a img {
    width: 30px;
    height: 30px;
  }

  .new-footer {
    padding: 48px 32px;
  }
}
@media (min-width: 1400px) and (max-width: 1536px) {
  .container {
    width: 1300px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}
